home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libslp1.postinst < prev    next >
Text File  |  2008-11-09  |  266b  |  19 lines

  1. #!/bin/sh
  2.  
  3. # Source debconf library.
  4. . /usr/share/debconf/confmodule
  5.  
  6. if [ "$1" = "configure" ]
  7. then
  8.     ldconfig /usr/lib/libslp.so.1
  9. fi
  10.  
  11. # Automatically added by dh_makeshlibs
  12. if [ "$1" = "configure" ]; then
  13.     ldconfig
  14. fi
  15. # End automatically added section
  16.  
  17.  
  18. exit 0
  19.